home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c,comp.lang.c++,rec.games.programmer
- Subject: Re: ! Read me and State your opinion.
- Date: 12 Apr 1996 19:16:39 -0700
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4kn2q7INNrhf@keats.ugrad.cs.ubc.ca>
- References: <4kegoq$f2d$1@mhadg.production.compuserve.com> <4kfle4$haf@newsbf02.news.aol.com> <4kmntl$jc0@texas.nwlink.com>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <4kmntl$jc0@texas.nwlink.com>,
- Teresa Reiko <tjr19@mail.nwlink.com> wrote:
- >languages. Assembly is a low-level language. Nobody uses machine
- >code anymore, except for chip designers.
-
- Oh yeah? Well take this!
-
- char main[] = { /* for Linux a.out */
- 0xb8,0x04,0x00,0x00,0x00,0xbb,0x01,0x00,0x00,0x00,0xb9,0x21,0x20,0x00,0x00,
- 0xba,0x0e,0x00,0x00,0x00,0xcd,0x80,0xb8,0x01,0x00,0x00,0x00,0xcd,0x80,
- }, x[]="Hello, world!\n"; /* do _not_ specify ``-N'' to gcc */
- --
-
-
-